diri.reg(y, x, plot = TRUE, xnew = NULL)
diri.reg2(y, x, xnew = NULL)
Gueorguieva, Ralitza, Robert Rosenheck, and Daniel Zelterman (2008). Dirichlet component regression and its applications to psychiatric data. Computational statistics & data analysis 52(12): 5344-5355.
js.compreg, kl.compreg, ols.compreg, comp.reg, alfa.reg
x <- iris[, 4]
y <- iris[, 1:3]
mod1 <- diri.reg(y, x)
mod2 <-diri.reg2(y, x)
mod3 <- comp.reg(y, x)
Run the code above in your browser using DataLab